home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet Info 1994 March
/
Internet Info CD-ROM (Walnut Creek) (March 1994).iso
/
networking
/
ip
/
ka9q
/
MNetsrc.hqx
/
Mac TCP_IP Source v.33
/
routing.c
< prev
next >
Wrap
Text File
|
1989-03-17
|
284b
|
15 lines
/* Control file for routing - Copyright 1989 - Stuart G Phillips, N6TTO */
#include "global.h"
#include "config.h"
#ifdef PROXY
#include "mbuf.h"
#include "timer.h"
#include "arp.h"
#include "routing.h"
struct routing_inuse routing_inuse = {
1 /* IS-ES enabled */
};
#endif